home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / fnos16a5.zip / HELP.ZIP / HOP < prev    next >
Text File  |  1996-06-26  |  2KB  |  39 lines

  1.  
  2. hop
  3.  
  4.         The 'hop' commands are used to test the connectivity of the
  5.         network.
  6.  
  7.         hop check [-n] <host>
  8.           Initiate a hop check session to the specified host.  This uses a
  9.           series of UDP "probe" packets with increasing IP time-to-live
  10.           (TTL) fields to determine the sequence of gateways in the path to
  11.           the specified destination.  This function is patterned after the
  12.           UNIX 'traceroute' facility.  If the -n option is used, no DNS
  13.           lookups are done, so no names are listed for each hop.
  14.  
  15.           ICMP message tracing should be turned off before this command is
  16.           executed (see the 'icmp trace' command).
  17.  
  18.  
  19.         hop maxttl [<hops>]                                   Default: 30
  20.           Display or set the maximum TTL value to be used in hop check
  21.           sessions.  This effectively bounds the radius of the search.
  22.  
  23.  
  24.         hop maxwait [<seconds>]                                Default: 5
  25.           Display or set the maximum interval that a hop check session will
  26.           wait for responses at each stage of the trace.
  27.  
  28.  
  29.         hop queries [<count>]                                  Default: 3
  30.           Display or set the number of UDP probes that will be sent at each
  31.           stage of the trace.
  32.  
  33.  
  34.         hop trace [on | OFF]                                 Default: off
  35.           Display or set the flag that controls the display of additional
  36.           information during a hop check session.
  37.  
  38.  
  39.